Package-level declarations

Types

Link copied to clipboard

Configuration for the background removal plugin.

Link copied to clipboard
data class BackgroundRemovalMask(val buffer: ByteBuffer, val width: Int, val height: Int)

Segmentation mask returned by a background removal backend.

Link copied to clipboard

Plugin for background removal. This plugin adds a dedicated button to the Dock that removes the background from the current page.

Functions

Link copied to clipboard

A composable helper function that creates and remembers a Dock.Button that removes background from the current page.